var runtime.zeroVal
25 uses
runtime (current package)
iface.go#L391: x = unsafe.Pointer(&zeroVal[0])
iface.go#L402: x = unsafe.Pointer(&zeroVal[0])
map.go#L413: return unsafe.Pointer(&zeroVal[0])
map.go#L454: return unsafe.Pointer(&zeroVal[0])
map.go#L474: return unsafe.Pointer(&zeroVal[0]), false
map.go#L515: return unsafe.Pointer(&zeroVal[0]), false
map.go#L564: if e == unsafe.Pointer(&zeroVal[0]) {
map.go#L572: if e == unsafe.Pointer(&zeroVal[0]) {
map.go#L1440: var zeroVal [maxZero]byte
map_fast32.go#L19: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L50: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L59: return unsafe.Pointer(&zeroVal[0]), false
map_fast32.go#L90: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L19: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L50: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L59: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L90: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L19: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L42: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L77: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L105: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L114: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L137: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L172: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L200: return unsafe.Pointer(&zeroVal[0]), false
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |